*{margin: 0; padding: 0; box-sizing: border-box;}
html body{width: 100%;font-size: 14px; overflow-x: hidden;}
body{min-width:340px; position: relative;}
img{ border:none;vertical-align: middle;height: auto;}
ul,li{ list-style:none;}
a{outline:none; text-decoration:none; color: #383838;} 
a:hover{outline: none; text-decoration: none!important; color: #464646;}
.clear{ clear:both}
.l{ float:left;}
.r{ float:right;}
hr{border:none; clear:both; height:0; background:none; margin:0; padding:0; border-bottom:#eee solid 1px;  margin: 20px 0;}
em,i{font-style:normal;}
p{margin: 0;}
.ti2{text-indent:2em;}

@font-face {
	font-family:'Oswald-Light';
	src: url('../images/fonts/Oswald-Light.eot') format('embedded-opentype'),
		 url('../images/fonts/Oswald-Light.ttf') format('truetype'),
		 url('../images/fonts/Oswald-Light.svg') format('svg'),
		 url('../images/fonts/Oswald-Light.woff') format('woff'), 
		 url('../images/fonts/Oswald-Light.woff2') format('woff2');
}
@font-face {
	font-family:'Oswald-Regular';
	src: url('../images/fonts/Oswald-Regular.eot') format('embedded-opentype'),
		 url('../images/fonts/Oswald-Regular.ttf') format('truetype'),
		 url('../images/fonts/Oswald-Regular.svg') format('svg'),
		 url('../images/fonts/Oswald-Regular.woff') format('woff'), 
		 url('../images/fonts/Oswald-Regular.woff2') format('woff2');
}
@font-face {
	font-family:'Oswald-Bold';
	src: url('../images/fonts/Oswald-Bold.eot') format('embedded-opentype'),
		 url('../images/fonts/Oswald-Bold.ttf') format('truetype'),
		 url('../images/fonts/Oswald-Bold.svg') format('svg'),
		 url('../images/fonts/Oswald-Bold.woff') format('woff'), 
		 url('../images/fonts/Oswald-Bold.woff2') format('woff2');
}

/* 导航按钮样式 */
.container{padding: 0;}
.container:before,.container:after{display: none;}

.navbar {min-height: auto; margin: 0; border: none; border-radius: 0;}
.navbar:before,.navbar:after{display: none;}

.navbar_1{width: 30px; height: 22px; cursor: pointer;}
.navbar .nav1{width: 30px; height: 2px; background-color: #fff; transition: all 0.5s ease;}
.navbar .nav2{width: 30px; height: 2px; background-color: #6bc235; margin: 8px 0; transition: all 0.5s ease;}
.navbar .nav3{width: 30px; height: 2px; background-color: #fff; transition: all 0.5s ease;}

.navbarOn1 {transform-origin: center;transform: rotate(45deg) translate(7px,7px);}
.navbarOn2 {transform-origin: center;transform: rotate(-45deg) translate(7px, -7px);width: 30px!important;}
.navbarOn3 {transform: rotateY(90deg);}

.inde_navtel{position: fixed!important; top: 0; right: 4%; z-index: 9999; display: flex; justify-content: center; align-items: center; height: 80px;}
.inde_navtel a{width: 120px; height: 36px; border-radius: 50px; border: 2px rgba(255,255,255,0.7) solid; box-shadow: 0px 0px 10px #fff; display: block; font-size: 20px; color: #fff; font-family: Arial; text-align: center; line-height: 36px; margin-left: 10px;}


/*ny_top*/
.pc_nav{width: 100vw; height: 100px; background: rgba(0,90,171,.8); position: fixed; z-index:9999; top: 0; transition: all 0.5s ease; }
.pc_nav .s_width{width: 90%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.pc_nav .logo{}
.pc_nav .nav_r{width: 50%;transition: all 0.5s ease; display: flex; justify-content: space-between; align-items: center;}
.pc_nav .nav_li{display: flex; justify-content: space-between; align-items: center; margin: 0; width: 85%;}
.pc_nav .nav_r li{flex: 1; text-align:center; line-height: 100px; position: relative; z-index:4; transition: all 0.5s ease;}
.pc_nav .nav_r li span{ position:absolute; bottom:0px; height:2px; width:0; left:50%; margin-left:-47px; background:#6bc235; display:block; opacity:0; transition: all 0.5s ease;}
.pc_nav .nav_r li:hover span{width: 110px; opacity:1;}
.pc_nav .nav_r li a{font-size:18px; color:#fff; display:block; transition: all 0.5s; position: relative; z-index: 1;}
.pc_nav .nav_r li a:before{position: absolute; bottom: 0; z-index:-1; content: ""; display: block; width: 0; height: 4px; background: #6bc235; transition-duration: .5s;}
.pc_nav .nav_r li a:hover:before{width: 100%;}
.pc_nav .nav_r li a:after{content: ""; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; z-index:-1; width: 16px; height: 8px; background: #6bc235; border-radius: 0 0 16px 16px; display: block; transition: all 0.5s; opacity: 0;}
.pc_nav .nav_r li a:hover:after{opacity: 1;}
.pc_nav .nav_r li a:hover{color: #6bc235; font-size:22px; font-weight:bold}
.pc_nav .nav_r li a img{margin-left: 10px;}
.pc_nav .nav_r li div {display:none;width:200px;text-align:center;color:#273a5b; background: rgba(0,0,0,0.8); z-index:99999; position:absolute;}
.pc_nav .nav_r li div a {display:block; color:#fff; line-height:45px; font-size:1em; font-weight:normal; border-bottom: 1px solid #6b6b6b;}
.pc_nav .nav_r li div a:last-child{border-bottom: 0;}
.pc_nav .nav_r li div a:hover {color: #fff; border-bottom:1px dashed #273a5b; background: #6bc235; border-bottom: 1px solid #6bc235; }

@media only screen and (min-width: 1200px){
	.pc_nav .nav_r{width: 56%;}
	.pc_nav .nav_li{width: 88%;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.pc_nav{display: flex; align-items: center;}
	.pc_nav .nav_r{width: auto;}
	.pc_nav .nav_r .nav_li{display: none;}
}
@media only screen and (max-width: 991px) {
	.pc_nav .logo{width: 84%;}
	.pc_nav .logo img{width: 100%;}
	.pc_nav{height: 1.4rem; display: flex; align-items: center;}
	.pc_nav .nav_r{width: auto;}
	.pc_nav .nav_r .nav_li{display: none;}
}


.sidebox{position: fixed;right:20px;z-index: 999999999; bottom: 30vh;}
.sidebox ul li{width: 160px;height: 70px;background: rgba(107,194,53,.8); padding:8px;text-align:center;position: relative;color: #fff; display: flex; justify-content: center; flex-wrap: wrap; align-items: center; border-radius: 10px;}
.sidebox ul li a{color: #fff;}
.sidebox .cont{text-align: center; color: #fff; font-size: 20px; font-weight: bold;}

.sidebox_m{position: fixed;right:0;z-index: 999999999; bottom: 8vh; display: none;}
.sidebox_m ul li{width: 60px;height: 60px;background: rgba(107,194,53,.8);margin-bottom: 8px;text-align:center;position: relative;color: #fff; display: flex; justify-content: center; flex-wrap: wrap; align-items: center;}
.sidebox_m ul li a{color: #fff; font-size: 0.32rem;}
.sidebox_m .cont{transition:all .4s;white-space:nowrap;width:0;overflow:hidden;height:60px;line-height:50px;text-align:center;
background-color: rgba(0,0,0,0.7); color: #fff;font-size: 16px; font-weight: bold; position:absolute; right: 100%; top:0}
.sidebox_m li:hover .cont{width: 150px; height: 60px;line-height: 60px;padding: 0 5px;}
.sidebox_m .cont0{transition: all .4s; white-space:nowrap; width:0;overflow:hidden;text-align:center;position:absolute;right:100%;top:0}
.sidebox_m li:hover .cont0{width: 140px; height: 140px;}

@media only screen and (min-width: 1200px){
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
	.sidebox{display: none;}
	.sidebox_m{display: block;}
}


/* 导航页样式 */
.navbarpage{position: absolute; left: 0; box-sizing: border-box; transition: all 1s ease; background: url("../images/inde_bg5.jpg") center no-repeat; /* background-color: rgba(0,0,0,0.7); */ z-index: 9998; width: 100vw; height: 100vh; display: flex; align-items: center; /* opacity: 0; */ }
.navbarpage:before{background: rgba(0,0,0,0.5); width: 100vw; height: 100vh; content: '';}
.navbarpage ul {position: absolute; margin: 0 auto; width: 80%; height: 500px; text-align: center; left: 0; right: 0;}
.navbarpage ul li {display: inline-block; margin: 20px; width: 28%; height: 200px; box-sizing: border-box; border-radius: 0 0 50px 0;}
.navbarpage li p {text-align: center;}
.navbarpage li a {text-decoration: none; color: #fff; display: block; width: 100%; height: 100%;}
.active_navbar {top: 0 !important; transition: all 1.5s ease;}
.navbarpage .navbarLi {position: relative; overflow: hidden; transition: background-color 0.6s linear; border: 1px #eee dashed; box-sizing: border-box;}
.navbarpage .navbarLi:hover {border: 0; transition: all 0.6s linear;}
.navbarLi a div {position: absolute;}
.navbarpage .zuo1 {margin-top: 40px; width: 100%; text-align: center; transition: all 0.6s linear;}
.navbarpage .zuo2 {margin-top: 80px; width: 100%; text-align: center; transform: translateX(-300px); transition: all 0.6s linear;}
.navbarpage .you1 {top: 100px; width: 100%; transition: all 0.6s linear; margin-top: 36px;}
.navbarpage .you1 p {font-size: 20px;}
.navbarpage .you2 {top: 0; width: 100%; transform: translateX(300px); transition: all 0.6s linear; margin-top: 36px;}
.navbarpage .you2 p {font-size: 20px; font-weight: bold; color: #fff;}

@media only screen and (min-width: 1200px){
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
	.navbarpage{position: fixed; /* opacity: 1; */}
	.navbarpage ul {width: 84%; height: auto;}
	.navbarpage ul li{width: 36%; height: 2.4rem;}
	.navbarpage .zuo1 {margin-top: 0;}
	.navbarpage .zuo2 {display: none;}
	.navbarpage .you1 {top: 1.8rem; margin-top: 0;}
	.navbarpage .you2 {display: none;}
	.navbarpage .you1 p,.navbarpage .you2 p {font-size: 0.36rem;}
	.navbarpage img{width: 60%;}
}

.banquan a{color:rgba(255,255,255,0.7);}
.banquan a:hover{text-decoration:none;color:rgba(255,255,255,0.7);}
.banquan{min-width: 320px; text-align: left; position: fixed; bottom: 30px; font-size: 14px; z-index: 8; left: 4%; color: rgba(255,255,255,0.7); text-shadow: 1px 1px #000; right: 4%; display: flex; justify-content: space-between; align-items: center;}
.glyphicon-chevron-right{background: url("../images/jt_r0.png") no-repeat center;width:30px;height:54px;border: 1px solid rgba(255,255,255,0.7);}
.glyphicon-chevron-left{background: url("../images/jt_l0.png") no-repeat center;width:30px;height:54px;border: 1px solid rgba(255,255,255,0.7);}
.gongshi1{position: fixed; bottom: 20px; left: 400px; z-index: 9;}
.rightan{position: fixed;left: 50%;bottom: 50px; border: 2px solid #fff;margin-left: -12px;z-index:900;border:none;-webkit-animation: rightan 1.6s infinite;-webkit-animation-fill-mode: both;}
@-webkit-keyframes rightan{
    from{bottom: 5%;opacity: 1;}
    to{bottom: 0%;opacity: 0;}
}

#myBtn {width: 60px;height: 60px; z-index: 99;border: none;outline: none;background-color: red;color: white;cursor: pointer;padding:8px;} 
#myBtn:hover {background-color: #555;}
.in_erjilanmut{line-height: 2em;}
.in_erjilanmut a{font-size: 1em!important;}
.in_erjilanmut a:hover{display: block; background:#fff;padding:0 5px;color:#273a5b;width: 140px;}

.index_1{background:url("../images/banner.jpg") center no-repeat;height: 100%;}
.index_2{background:url("../images/inde_bg2.jpg") center no-repeat; height: 100%;}
.index_3{background:url("../images/inde_bg3.jpg") center no-repeat;height: 100%;}
.index_4{background:url("../images/inde_bg4.jpg") center no-repeat;height: 100%;}
.index_5{background:url("../images/inde_bg5.jpg") center no-repeat;height: 100%;}
.index_6{background:url("../images/inde_bg6.jpg") center no-repeat;height: 100%;}

@media only screen and (max-width: 991px) {
	.banquan{display: none;}
	.index_2{height: auto;}
}


/*inde_p2*/
.inde_about{display: flex; width: 100%; position: relative; align-items: center; overflow: hidden;}
.inde_about_l{width: 45vw; padding: 0 5vw; margin: 80px auto 0;}
.inde_about_l em{color: #464646; font-size: 60px; font-family: Oswald-Regular; text-transform: uppercase;}
.inde_about_l h2{font-size: 48px; color: #464646; margin: 0 0 14px 0; font-weight: bold;}
.inde_about_l h2 span{color: #6bc235;}
.hengxian{width: 60px; height: 2px; background: #6bc235;}
.inde_about_l p{color: #464646; font-size: 16px; text-align: justify; margin: 30px 0; line-height: 32px;}
.inde_about_l p a{color: #464646;}

.inde_about_fenlei{overflow: hidden; margin-bottom: 50px;}
.inde_about_fenlei ul{display: flex; justify-content: space-between; margin: 0;}
.inde_about_fenlei ul li{width: 110px; height: 100px; border: 1px #000 solid; border-radius: 10px; transition: all 0.6s; cursor: pointer; text-align: center;}
.inde_about_fenlei ul li:hover{background: #6bc235; border: 1px #6bc235 solid;}
.inde_about_fenlei ul li:nth-child(1){background: #6bc235; border: 1px #6bc235 solid;}
.inde_about_fenlei ul li:nth-child(1) h3{color: #fff;}
.inde_about_fenlei ul li div{width: 38px; height: 38px; background: url("../images/about_nr1.png") no-repeat; margin: 16px auto 8px;}
.inde_about_fenlei ul li:nth-child(2) div{ background: url("../images/about_nr22.png") no-repeat; }
.inde_about_fenlei ul li:nth-child(3) div{ background: url("../images/about_nr33.png") no-repeat; }
.inde_about_fenlei ul li:nth-child(4) div{ background: url("../images/about_nr44.png") no-repeat; }
.inde_about_fenlei ul li:nth-child(2):hover div{background: url("../images/about_nr2.png") right no-repeat;}
.inde_about_fenlei ul li:nth-child(3):hover div{background: url("../images/about_nr3.png") right no-repeat;}
.inde_about_fenlei ul li:nth-child(4):hover div{background: url("../images/about_nr4.png") right no-repeat;}
.inde_about_fenlei ul li h3{font-size: 16px; color: #464646; margin: 0;}
.inde_about_fenlei ul li:hover h3{color: #fff;}

.about_an{font-size: 18px; color: #464646; transition: all .4s; display: flex; align-items: center;}
.about_an:hover{color: #6bc235;}

.inde_about_r{display: flex; justify-content: center; overflow: hidden; width: 50%;}
.inde_about_r img{height: 100%;}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.inde_about_l{width: 51vw;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
	.inde_about{display: block;}
	
	.inde_about_l{width: 92vw; padding: 0 5vw; margin-top: 0.5rem;}
	.inde_about_l em{font-size: 0.6rem;}
	.inde_about_l h2{font-size: 0.48rem; margin: 0 0 0.16rem 0;}
	.inde_about_l p{font-size: 0.32rem; margin: 0.3rem 0; line-height: 0.5rem;}
	
	.inde_about_r{width: 100%; height: 6.5rem; display: block;}
	.inde_about_r img{width: 100%; height: auto;}
	
	.inde_about_fenlei ul li{width: 1.8rem; height: 1.8rem;}
	.inde_about_fenlei ul li div{width: 0.5rem; height: 0.5rem; background-size: cover; margin: 0.4rem auto 0.16rem;}
	.inde_about_fenlei ul li:nth-child(2) div{ background-size: cover;}
	.inde_about_fenlei ul li:nth-child(3) div{ background-size: cover;}
	.inde_about_fenlei ul li:nth-child(4) div{ background-size: cover;}
	.inde_about_fenlei ul li:nth-child(2):hover div{background-size: cover;}
	.inde_about_fenlei ul li:nth-child(3):hover div{background-size: cover;}
	.inde_about_fenlei ul li:nth-child(4):hover div{background-size: cover;}
	.inde_about_fenlei ul li h3{font-size: 0.32rem;}
	
	.about_an{font-size: 0.32rem;}
}


/*inde_p3*/
.inde_cage{width: 80%; position: relative; display: flex; align-items: center;}
.inde_cage_l{width: 100%; position: relative; z-index: 9;}
.inde_cage_l .inde_cage_l_bt_zu{}
.inde_cage_l .inde_cage_l_bt_zu .inde_cage_l_bt{}
.inde_cage_l .inde_cage_l_bt_zu .about_an{color: #fff; margin-top: 105px;}
.inde_cage_l .inde_cage_l_bt_zu .about_an:hover{color: #6bc235;}
.inde_cage_l em{color: #fff; font-size: 60px; font-family: Oswald-Regular; text-transform: uppercase;}
.inde_cage_l h2{font-size: 48px; color: #fff; margin: 0 0 14px 0; font-weight: bold;}
.inde_cage_l h2 span{color: #6bc235;}
.lists{display: flex; justify-content: space-between;}
.lists li{position: relative; transition: all 0.5s; border-radius: 15px;}

.lists {
 	width: 100%;
 	margin: 40px 0 0 0;
	position: relative;
	/* display: flex; */
	/* justify-content: space-between; */
 }

.lists li{
 	background-image: none;
 	border: 0px solid #252525;
 	padding: 0px;
	/* position: absolute; */
	transition: all .5s;
	top:0
 }
.lists li .media{
 	position: relative;
 	width: 100%;
 	height: 0px;
 	padding-bottom: 85%;
 	transition: all .5s ease;
 }

.lists li .picBox {
 	position: absolute;
 	top: 0px;
 	left: 0px;
 	width: 100%;
 	height: 65%;
 	transition: all .5s ease;
 }

.lists li .pic {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	-webkit-transform: translate(-50%, -50%);
 	-moz-transform: translate(-50%, -50%);
 	-ms-transform: translate(-50%, -50%);
 	-o-transform: translate(-50%, -50%);
 	transform: translate(-50%, -50%);
 	height: 50%;
 	transition: all .5s ease;
 }

.lists li .title {
 	position: absolute;
 	left: 0px;
 	top: 65%;
 	width: 100%;
 	transition: all .5s ease;
 }

.lists li .title-link {
 	display: block;
 	text-align: center;
	font-size: 20px;
	font-weight: bold;
 	color: #fff;
 }

.lists li .title::after {
 	content: '';
 	display: block;
 	position: absolute;
 	width: 36px;
 	height: 1px;
 	background: #fff;
 	bottom: -10px;
 	left: calc(50% - 15px);
 }

.lists li .summary {
 	position: absolute;
 	top: 80%;
 	width: 100%;
 	opacity: .4;
 	height: 0px;
 	padding: 0 20px;
 	text-align: center;
 	font-size: 0.75rem;
 	overflow: hidden;
 	line-height: 1.8;
 	color: #fff;
 	transition: all .5s ease;
 }

.lists li .look {
 	position: absolute;
 	left: 0px;
 	right: 0px;
 	top: 100%;
 	opacity: 0;
 	display: block;
 	width: 100px;
 	margin: auto;
 	color: #fff;
 	font-size: 14px;
 	text-align: center;
 	line-height: 28px;
 	border: 1px solid #fff;
 	text-decoration: none;
 	cursor: pointer;
 	transition: all .5s;
	border-radius: 50px;
 }

.lists li:hover{background: linear-gradient(to bottom, #6bc235 0%, rgba(107,194,53,.4) 100%); background-repeat: repeat; /* transition: background-color 0.6s linear; */ border-radius: 15px;  top: -20px;}
.lists li:hover .picBox {
 		height: 35%;
 	}

.lists li:hover .title {
 		top: 35%;
 	}

.lists li:hover .summary {
 		top: 50%;
 		opacity: .4;
 		height: auto;
 	}

.lists li:hover .look {
 		top: 75%;
 		opacity: 1;
 	}

.cage_zxy_r{position: absolute; z-index: 1; width: 100%; height: 100%; top: 0; bottom: 0; background: rgba(0,0,0,.3); background-size: cover;}


/*inde_p4*/
.inde_pro{display: flex; width: 80%; position: relative; display: flex; align-items: center;}
.inde_pro .inde_cage_l .inde_cage_l_bt_zu .inde_cage_l_bt em{color: #464646;}
.inde_pro .inde_cage_l .inde_cage_l_bt_zu .inde_cage_l_bt h2{color: #464646;}
.inde_pro .inde_cage_l .inde_cage_l_bt_zu .about_an{color: #464646;}
.inde_pro .inde_cage_l .inde_cage_l_bt_zu .about_an:hover{color: #6bc235;}

.sort-show{position: relative;margin-top: 30px;}
.sort-show02{display: none;}
.pro_list_diy{display: flex; justify-content: flex-start;}
.sort-show ul li.sort-active{position: relative; float: left; margin-right: 20px; box-shadow: 0 0 20px rgba(0,0,0,.5);border-radius: 15px; border: 5px #005aab solid; box-sizing: border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; overflow: hidden;}
.sort-show ul li.sort-active a{display: block; position: relative;}
.sort-show ul li.sort-active span{position: absolute; z-index: 10; left: 30px; bottom: 35px; margin-top: 40px;display: block; width: 360px; height: 160px; background: rgba(107,194,53,.8); font-size: 24px; color: #fff;  opacity: 0; border-radius: 15px; transition: all .5s; display: flex; justify-content: center; align-items: center;}
.sort-show ul li.sort-active span h3{font-size: 24px; font-weight: bold; margin: 0;}
.sort-show ul li.sort-active .fenlei_tu{width: 100%; height: 360px; overflow: hidden; display: flex; align-items: center;}
.sort-show ul li.sort-active .fenlei_tu img{width: 100%; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.sort-show ul li:hover.sort-active .fenlei_tu img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.sort-show ul li:hover.sort-active a span{opacity: 1;}

.sort-show ul li.sort-active .pro_mc{background: rgba(107,194,53,.8); padding: 12px; position: absolute; top: 20px; left: 0; z-index: 1; border-radius: 0 10px 10px 0; text-align: center;}
.sort-show ul li.sort-active .pro_mc i{font-size: 16.5px; color: #fff; font-family: Oswald-Light;}
.sort-show ul li.sort-active .pro_mc h3{font-size: 20px; font-weight: bold; color: #fff; margin: 0;}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
	.inde_pro{ width: 85%; position: relative;}
	.inde_cage_l em{font-size: 0.6rem;}
	.inde_cage_l h2{font-size: 0.48rem; margin: 0 0 0.16rem 0;}
	
	.inde_cage_l .inde_cage_l_bt_zu .about_an {margin-top: 0; position: absolute; bottom: -10%;}
	.inde_pro .inde_cage_l{position: relative;}
	/* .inde_pro .inde_cage_l .inde_cage_l_bt_zu .about_an{ bottom: 0; margin-bottom: 28%;} */
	.lists {flex-wrap: wrap; margin: 0.4rem 0 0 0;}
	.lists li .title-link { font-size: 0.36rem;}
	.lists li .look {width: 2rem; font-size: 0.16rem;  line-height: 0.48rem;}
	.sort-show{display: none;}
	.sort-show02{display: block; position: relative;margin-top: 0.5rem; /* width: 84%; */}
	.pro_list_diy02{display: flex; justify-content: space-between; flex-wrap: wrap;}
	.sort-show02 ul li.sort-active{width: 48%; position: relative; box-shadow: 0 0 0.2rem rgba(0,0,0,.5);border-radius: 15px; border: 3px #005aab solid; box-sizing: border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; overflow: hidden; margin-bottom: 0.3rem;}
	.sort-show02 ul li.sort-active a{display: block; position: relative;}
	.sort-show02 ul li.sort-active span{position: absolute; z-index: 10; left: 0.3rem; bottom: 0.35rem; margin-top: 0.4rem;display: block; width: 3.6rem; height: 1.6rem; background: rgba(107,194,53,.8); font-size: 0.24rem; color: #fff;  opacity: 0; border-radius: 15px; transition: all .5s; display: flex; justify-content: center; align-items: center;}
	.sort-show02 ul li.sort-active span h3{font-size: 0.24rem; font-weight: bold; margin: 0;}
	.sort-show02 ul li.sort-active .fenlei_tu{width: 100%; /* height: 360px; */ overflow: hidden; display: flex; align-items: center;}
	.sort-show02 ul li.sort-active .fenlei_tu img{width: 100%; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
	.sort-show02 ul li:hover.sort-active .fenlei_tu img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
	.sort-show02 ul li:hover.sort-active a span{opacity: 1;}
	
	.sort-show02 ul li.sort-active .pro_mc{background: rgba(107,194,53,.8); padding: 0.12rem; position: absolute; top: 0.2rem; left: 0; z-index: 1; border-radius: 0 10px 10px 0; text-align: center;}
	.sort-show02 ul li.sort-active .pro_mc i{font-size: 0.16rem; color: #fff; font-family: Oswald-Light;}
	.sort-show02 ul li.sort-active .pro_mc h3{font-size: 0.2rem; font-weight: bold; color: #fff; margin: 0;}
}


/*inde_p5*/
.inde_new{display: flex; width: 90.5%; position: relative; display: flex; align-items: center;}
.inde_new .inde_cage_l .inde_cage_l_bt_zu .about_an{color: #fff;}
.inde_new .inde_cage_l .inde_cage_l_bt_zu .about_an:hover{color: #6bc235;}
.inde_new_ani{margin-bottom: 14vh;}
.new_dd_1{overflow: hidden; position: relative; display: flex; justify-content: space-between; align-items: flex-end; margin-top: 60px;}
.new_dd_1 ul{position: relative; margin: 0;}
.new_dd_1 li{overflow: hidden; position: relative;}
.new_dd_1 li span{font-size: 14px; color: #fff; margin: 0 0 10px 0; display: block;}
.new_dd_1 li .new_t_l_1{font-size: 36px; color: #fff; margin: 0 0 10px 0; display: block; transition-duration: .3s;}
.new_dd_1 li p{text-align: justify; line-height: 24px; color: #fff; font-size: 16px;}
.new_dd_1 li .new_t_l_2{display: block; width: 120px; height: 40px; border: 1px #fff solid; box-sizing: border-box; font-size: 16px; text-transform: uppercase; line-height: 40px; position: relative; z-index: 1; text-align: center; color: #fff; transition-duration: .3s; margin-top: 20px;}
.new_dd_1 li .new_t_l_2:before{content: ''; display: block; width: 0; height: 50px; position: absolute; z-index: -1; background: #6bc235; transition-duration: .3s;}
.new_dd_1 li .new_t_l_2:hover:before{width: 100%;}
.new_dd_1 li .new_t_l_2:hover{border: 0;}
.new_dd_1 li .new_t_l_1:hover{color: #6bc235;}

.new_dd_1_r{display: flex; align-items: center;}
.new_dd_1_r img{margin-right: 10px;}
.new_dd_1_r p{font-size: 30px; line-height: 32px; color: #fff; font-family: Oswald-Light;}

.new_dd{overflow: hidden; width: 100%; position: absolute; bottom: 0; z-index: 10;}
.new_dd ul{position: relative; display: flex; justify-content: space-between; margin: 0;}
.new_dd li{flex: 1; overflow: hidden; position: relative; border-right: 1px rgba(255,255,255,.3) solid;}
.new_dd li:last-child{border: 0;}
.new_t_l{background: rgba(20,38,106,.3); padding: 8% 14% 16%; transition-duration: .3s;}
.new_t_l a{display: block; overflow: hidden;}
.new_t_l a span{font-size: 14px; color: #fff; display: block;}
.new_t_l a em{font-size: 24px; color: #fff; font-weight: bold; margin: 10px 0 30px; display: block;}
.new_t_l a p{text-align: justify; line-height: 24px; color: rgba(255,255,255,.7); font-size: 16px;}
.new_t_l:hover{background: rgba(107,194,53,.6);}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.inde_new{min-width: 1140px;}
	.new_t_l a em{font-size: 20px;}
	.new_t_l a p{font-size: 14px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
	.inde_new_ani{margin-bottom: 7rem;}
	.new_dd_1{margin-top: 0.6rem; margin-bottom: 0.5rem;}
	.new_dd_1 li span{font-size: 0.3rem; margin: 0 0 0.1rem 0;}
	.new_dd_1 li .new_t_l_1{font-size: 0.5rem; margin: 0 0 0.3rem 0;}
	.new_dd_1 li p{line-height: 0.48rem; font-size: 0.32rem;}
	.new_dd_1 li .new_t_l_2{width: 2rem; height: 0.6rem; font-size: 0.32rem; line-height: 0.6rem; margin-top: 0.4rem;}
	.new_dd_1 li .new_t_l_2:before{height: 0.5rem;}
	.new_dd_1_r{display: none;}
	/* .new_dd_1_r img{width: 50%; margin-right: 0.1rem;} */
	/* .new_dd_1_r p{font-size: 0.3rem; line-height: 0.32rem;} */
	
	/* .new_dd{position: relative;} */
	.new_dd ul{display: block;}
	.new_dd li{border-right: 0; border-bottom: 1px rgba(255,255,255,.3) solid;}
	.new_t_l{padding: 2% 10% 2% 4%;}
	.new_t_l a span{font-size: 0.3rem;}
	.new_t_l a em{font-size: 0.36rem; margin: 0.1rem 0 0.3rem;}
	.new_t_l a p{line-height: 0.5rem; font-size: 0.32rem;}
}


/*inde_p6*/
.inde_con{display: flex; width: 80%; position: relative; display: flex; align-items: center;}

.con_an{width: 200px; height: 50px; border-radius: 50px; display: block; font-size: 18px; line-height: 50px; color: #464646; margin: 50px auto 0 auto; text-align: center; transition: all .4s; position: relative; overflow: hidden;}
.con_an:hover{color: #464646; border: 1px #464646 solid; }
.con_an:after{content: ''; position: absolute; height: 100%; width: 100%; background: #6bc235; border-radius: 20px; bottom: 0; left: 0; -webkit-transition: width 0.5s; transition: width 0.5s; z-index: -1;}
.con_an:hover:after{width: 0;}

.con_dd{position: relative; text-align: center; margin: 30px 0 ;}
.con_dd ul{position: relative; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.con_dd ul li{flex: 1; position: relative; border: 1px rgba(255,255,255,.5) solid; transition-duration: .3s; padding: 15px 0;}
.con_dd ul li:first-child{border-left: 0;}
.con_dd ul li:last-child{border-right: 0;}
.con_dd ul li:hover{background: rgba(107,194,53,.6);}
.con_dd ul li div{margin-top: 10px;}
.con_dd ul li div em{font-size: 16px; color: #fff;}
.con_dd ul li div h5{font-size: 20px; color: #fff; font-weight: bold; margin: 6px 0 0;}

.erweima{text-align: center; }
.erweima p{color: #fff; font-size: 16px; margin-right: 40px;}
.erweima p:last-child{margin-right: 0;}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
	.con_dd{margin: 0.3rem 0 ;}
	.con_dd ul{display: block;}
	.con_dd ul li{padding: 0.15rem 0; margin-bottom: 0.2rem; display: flex; align-items: center;}
	.con_dd ul li:first-child{border-left: 1px rgba(255,255,255,.5) solid;}
	.con_dd ul li:last-child{border-right: 1px rgba(255,255,255,.5) solid;}
	.con_dd ul li div{margin-top: 0; margin-left: 0.2rem; text-align: left;}
	.con_dd ul li div em{font-size: 0.32rem;}
	.con_dd ul li div h5{font-size: 0.4rem; margin: 0.06rem 0 0;}
	
	.erweima p:first-child{display: none;}
}


/*ny_footer*/
.pc_footer{width: 100%; height: 780px; overflow: hidden;}
.footer_bot{width: 80%; margin: 0 auto;}
.footer_bot .copy{width: 80%; font-size: 16px; line-height: 40px; color: #c9c5da; position: absolute; z-index: 1000; bottom: 15px; display: flex; justify-content: space-between; align-items: center;}


/*ny_about*/
.abo_dt{position: relative; overflow: hidden;background: url("../images/about_dt.jpg") no-repeat center top;background-size: cover; padding-top: 28%;}
.pro_dt{position: relative; overflow: hidden;background: url("../images/pro_dt.jpg") no-repeat center top;background-size: cover; padding-top: 28%;}

.ne_about{width: 100%; margin: 0 auto; background: url("../images/nyabou_bg.jpg") no-repeat center; background-size: cover; overflow: hidden;}
.ne_about .inde_about_l{text-align: center; margin: 80px auto 0 auto;}
.ne_about .gsm{color: #464646; font-size: 28px; font-weight: bold; font-family: "Microsoft YaHei"; text-align: center; padding-top: 50px;}
.ne_about .txt{color: #666; font-size: 16px; line-height: 32px; padding: 20px 0 50px 0; width: 80%; margin: 0 auto;}
.ne_about .txt p{padding-top: 10px; text-align: justify;}
.ne_about .txt p img{width: 100%; height: auto;}

.ab_a3{width: 80%; margin: 80px auto;}
.ab_a3_n{margin: 0 auto; display: flex; justify-content: space-between;}
.ab_a3_n_a{display: flex; justify-content: flex-start; align-items: center; /* margin-right: 6vw; */}
.ab_a3_n_a:last-child{margin-right: 0;}
.ab_a3_n_a_t{text-align: center;}
.number{font-size: 80px; color: #6bc235; font-family: Impact;}
.text{font-size: 24px; color: #6bc235; }
.ab_a3_n_a_z{margin-left: 20px;}
.ab_a3_n_a_z p{font-size: 32px; color: #464646; font-weight: bold;}
.ab_a3_n_a_z p i{font-size: 16px; color: #999; font-family: Arial; text-transform: uppercase; display: block; margin-top: 5px;}

.about{width: 80%; text-align: center; overflow: hidden; margin-bottom: 80px;}

.qywenhua{width: 1250px; margin: 0 auto; overflow: hidden;}
.qywenhua ul{width: 100%; display: flex; justify-content: space-between;}
.qywenhua ul li{flex: 1; margin: 80px auto; height: 300px; border: 1px solid rgba(255,255,255,0.7); background-color: #464646; transition: all 0.5s;}
.qywenhua ul li:nth-child(1){background: url("../images/about_tu1.jpg") no-repeat center;}
.qywenhua ul li:nth-child(2){background: url("../images/about_tu2.jpg") no-repeat center;}
.qywenhua ul li:nth-child(3){background: url("../images/about_tu3.jpg") no-repeat center;}
.qywenhua ul li:hover{background-color: #ff7800;}
.qywenhua ul li h1{font-size:24px;color: #fff; text-align: center; margin-top: 15px;}
.qywenhua ul li img{margin: 0 auto;display: block;margin-top: 64px;}
.qywenhua ul li p{ text-align: center;margin-top: 10px;color: #fff;font-size: 16px;line-height:27px;}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
	.abo_dt{ padding-top: 40%;}
	.pro_dt{ padding-top: 40%;}
	.ne_about .inde_about_l{margin: 0.8rem auto 0 auto;}
	.ne_about .txt{width: 92%; font-size: 0.32rem; line-height: 0.5rem; padding: 0.2rem 0 0.5rem;}
	
	.ab_a3{width: 92%; margin: 0.8rem auto;}
	.ab_a3_n{display: block;}
	.ab_a3_n_a{margin-right: 0; margin-bottom: 0.3rem; margin-left: 1.5rem;}
	/* .ab_a3_n_a:last-child{margin-right: 0;} */
	.ab_a3_n_a_t{width: 24%;}
	.number{font-size: 0.8rem; }
	.text{font-size: 0.32rem;}
	.ab_a3_n_a_z{margin-left: 0.2rem;}
	.ab_a3_n_a_z p{font-size: 0.32rem;}
	.ab_a3_n_a_z p i{font-size: 0.32rem; margin-top: 5px;}
	
	.about{width: 92%; margin-bottom: 0.8rem;}
	.about img{width: 100%;}
	
	.pc_footer{height: auto; overflow: hidden;}
	.footer_bot{display: none;}
	.index_6{padding: 0.8rem 0;}
	
	.inde_about_l_ny{ margin: 0.8rem auto 0;}
}


/*ny_chanpin*/
.se_video_con .cp_k{line-height: 50px; width:100%;color: #fff; font-size: 18px; display: block; text-align: center; position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.5); transition: all 0.3s ease;}
.fenlei ul{width:50%;margin: 0 auto;}

.fanhui{width: 150px; height: 50px; text-align: center; margin-top: 5vh;}
.fanhui a{display: block; color: #fff; position: relative; font-size: 16px; line-height: 50px; border-radius: 50px; overflow: hidden; transition: all .4s;}
.fanhui a:hover{color: #464646; border: 1px solid #464646;}
.fanhui a:after{content: ''; position: absolute; height: 100%; width: 100%; background: #6bc235; border-radius: 50px; bottom: 0; left: 0; -webkit-transition: width 0.5s; transition: width 0.5s; z-index: -1;}
.fanhui a:hover:after{width: 0;}

.big_pic{width: 50%;height: auto;margin-bottom:2em;max-height: 540px;overflow: hidden; float: left; border: 1px solid rgba(0,0,0,0.1);}
.nypro_xq{width: 40%;float: right;}
.nypro_xq h1{font-size: 3em; font-weight: normal; color: #6bc235; margin: 8% 0 5% 0;}
.bdsharebuttonbox{margin-top: 1em;}
.f14{line-height: 2em; font-size: 1.5em; color: #999;}
.cpdianhua{font-size: 1.8em; color: #666;}
.cpdianhua p strong{font-size:1.3em;line-height: 3em;color:#4c87ed;}
.cpdianhua span{font-family:Impact;font-size:1.2em;color: #666;line-height:1.2em;}

.strength{}
.strengthMain{overflow: hidden;}
.strengthMain li{float: left; width: 400px; height: 300px; overflow: hidden;  background: #000; position: relative; margin: 0 25px 25px 0;}
.strengthMain li:nth-child(3n){margin: 0 0 25px 0;}
.strengthMain li i img{width: 400px; height: 300px; transition:all .5s;opacity:0.4;filter:alpha(opacity=40);}
.strengthMain li .font{width: 400px; height: 300px; top: 0; left: 0; position: absolute; color: #fff; text-align: center; font-size: 16px; padding-top: 80px;}
.strengthMain li .font h3{font-size:36px;color:#fff;font-weight:normal;margin-bottom:20px;line-height:36px;}
.strengthMain li .font p{font-size: 16px; font-family: Arial;}
.strengthMain li:hover i img{transform: scale(1.05, 1.05);}
.strengthMain li .font::before,.strengthMain li .font::after{position:absolute;content:'';opacity:0;transition:all 0.5s;}
.strengthMain li .font::before{top:25px;right:15px;bottom:25px;left:15px;border-top:1px solid #fff;border-bottom:1px solid #fff;transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0}
.strengthMain li .font::after{top:15px;right:25px;bottom:15px;left:25px;border-right:1px solid #fff;border-left:1px solid #fff;transform:scale(1,0);transform-origin:100% 0;}
.strengthMain li:hover .font::before,.strengthMain li:hover .font::after{opacity:1;transform:scale(1);transition: all 0.5s;}

.grWidth{width: 1250px; margin: 50px auto;}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
	.big_pic{width: 100%; margin-bottom: 2em; float: none;}
	.nypro_xq{width: 100%; float: none;}
	.nypro_xq h1{font-size: 0.8rem; margin: 8% 0 5% 0;}
	.f14{line-height: 0.8rem; font-size: 0.4rem;}
}


/*chanpinliebiaoye*/
.pro_lists{width: 80%; margin: 50px auto 0;}
.pro_lists li{float: left; margin: 0 2% 25px 0; overflow: hidden; border: 1px solid rgba(0,0,0,0.1); transition: all 0.5s; width: 32%; /* height: 354px; */}
.pro_lists li:nth-child(3n){margin: 0 0 25px 0;}
.pro_lists li div{overflow: hidden;}
.pro_lists li div img{width: 100%; height: auto; transition:1.5s ease; -moz-transition:1.5s ease; -webkit-transition:1.5s ease;}
.pro_lists li:hover div img{transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.pro_lists li a .se_pro_cc{background: #464646; height: 54px; line-height: 54px; text-align: center; transition: all 0.5s;}
.pro_lists li a .se_pro_cc em{display: block; color: #fff; font-size: 20px;}
.pro_lists li a:hover .se_pro_cc{background: #6bc235;}

.fenlei{width: 90%;margin: 0 auto;margin-bottom:58px;;}
.fenlei li{width:27.2%;float: left;padding:1%;background:#273a5b;margin:0 2%;text-align: center;}
.fenlei li a{color: #fff;font-size:18px;font-weight: bold;}
.fenlei li div{display: none;}
.fenlei li div a{padding:10px;background: #4c87ed;font-size: 16px;}
.fenlei li:hover div{display: block;position: absolute;margin-top: 20px;}
.big_pic img{width: 100%;vertical-align: middle;}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
	.pro_lists{width: 92%; margin: 0.5rem auto 0;}
	.pro_lists li{width: 48%;}
	.pro_lists li:nth-child(2n){margin: 0 0 25px 0;}
	.pro_lists li:nth-child(3n){margin: 0 2% 25px 0;}
	.pro_lists li a .se_pro_cc{height: 0.8rem; line-height: 0.8rem;}
	.pro_lists li a .se_pro_cc em{font-size: 0.36rem;}
}


/*ny_newlist*/
.newlist_dt{position: relative; overflow: hidden; background: url("../images/newslist_dt.jpg") no-repeat center top; background-size: cover; padding-top: 28%;}
.se_news_con{ padding: 20px 0; margin: 0 auto;}
.se_news_con li{ margin-bottom:15px;position:relative; overflow:hidden; cursor: pointer; margin:0 0 35px 0; position:relative; top:0; border-bottom: 1px solid #ddd;padding: 0 0 30px 0; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.se_news_l{ position:relative; overflow:hidden; border: 2px #eeeff1 solid;text-align: center;}
.se_news_l img{width: 100%; transition: 5s ease; -moz-transition: 5s ease; -webkit-transition: 5s ease; }
.se_news_con li:hover img{ transform:scale(1.3,1.3); -moz-transform:scale(1.3,1.3); -webkit-transform:scale(1.3,1.3);}
.se_news_m{ width: 55px; padding: 15px; position: relative; overflow: hidden; font-size: 20px; color: #fff; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; background: #037b00; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;height: 165px;}
.se_news_m span{ display:block; font-size:24px; color:#fff; width:52px; position:relative; overflow:hidden; height:30px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif}
.se_news_m11{background: url("../images/0000.png") no-repeat center; width: 50px;height: 60px;margin: 28px auto 0 auto;}
.se_news_r{ width:64%; position: relative; z-index: 1000; margin-left:20px;}
.se_news_r h2{ font-size:24px; color:#333; text-transform:uppercase; display:block; margin: 20px 0;}
.se_news_r span{font-size: 16px; color: #999; text-transform: uppercase; display:block; }
.se_news_r p{ line-height:32px; color:#666; padding: 20px 0; font-size: 16px;font-weight:normal;}
.se_news_r .se_news_more{ width:126px; border:1px solid #6bc235; line-height: 32px; text-align: center; float:left; color: #6bc235;  transition: all 0.3s;}
.se_news_con li:hover .se_news_more{background: #6bc235; color: #fff;}
.se_news_con li:hover .se_news_m{background: #6bc235; color: #fff; transition: all 0.3s;}
.se_news_con li:hover .se_news_m span{color: #fff; transition: all 0.3s;}
.se_news_con li:hover .se_news_r a h2{color: #6bc235; transition: all 0.3s;}
.espcms_newslist_read li{float: left;width:48%;overflow: hidden;}

.case_dt{position: relative; overflow: hidden; background: url("../images/case_dt.jpg") no-repeat center top; background-size: cover; padding-top: 28%;}
.rec_dt{position: relative; overflow: hidden; background: url("../images/rec_dt.jpg") no-repeat center top; background-size: cover; padding-top: 28%;}
.rongyu_dt{position: relative; overflow: hidden; background: url("../images/rongyu_dt.jpg") no-repeat center top; background-size: cover; padding-top: 28%;}
.xiaoshou_dt{position: relative; overflow: hidden; background: url("../images/xiaoshou_dt.jpg") no-repeat center top; background-size: cover; padding-top: 28%;}

@media only screen and (max-width: 991px) {
	.se_news_con{ padding: 0; }
	.se_news_r{ width:100%; margin-left: 0;}
	.se_news_r h2{ font-size:0.6rem; margin: 20px 0;}
	.se_news_r p{ line-height:0.6rem; padding: 20px 0; font-size: 0.36rem;}
}


/*ny_contact*/
.contact_dt{position: relative; overflow: hidden; background: url("../images/contact_dt.jpg") no-repeat center top; background-size: cover; padding-top: 28%;}
.map{width:100%; margin: 0 auto; overflow: hidden;}
.contact_left{line-height: 40px; padding-bottom: 3em;}
.liu_r{width:50%;overflow: hidden;float: right;}


/*ny_fuwu*/
.ser_shili li { width: 22%;*width: 21.9%; margin: 0 1.5%; float: left;transition-duration: 0.3s;text-align: center;}
.strengthMain li .font h3{font-size:30px;color:#fff;font-weight:normal;margin-bottom:20px;line-height:36px;}

.contact_dd{position: relative;}
.contact_dd ul{margin: 0 auto; position: relative; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.contact_dd ul li{position: relative; text-align: center; flex: 1;}
.contact_dd ul li div{margin-top: 20px;}
.contact_dd ul li div em{font-size: 20px; color: #b9b9b9;}
.contact_dd ul li div h5{font-size: 24px; color: #464646; font-weight: bold; line-height: 36px;}
.contact_dd ul li span{margin: 0 auto; position: relative; z-index: 1; height: 65px; width: 65px; background: #6bc235; line-height: 60px; text-align: center; border-radius: 50%; font-size: 20px; color: #fff; z-index: 1; box-shadow: 0 10px 30px 0 rgba(191,191,191,.6); -webkit-transition: all .4s ease-out 0s; -moz-transition: all .4s ease-out 0s; -ms-transition: all .4s ease-out 0s; -o-transition: all .4s ease-out 0s; transition: all .4s ease-out 0s; display: flex; justify-content: center; align-items: center;}
.contact_dd ul li span:after{content: ""; position: absolute; z-index: 0; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 60px; height: 60px; background: #6bc235; border-radius: 50%; animation: pulse-border 1500ms ease-out infinite; z-index: -1; opacity: .54;}
@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.contact_dd ul li div h5{font-size: 21px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
	.rongyu_dt{padding-top: 40%;}
	.newlist_dt{padding-top: 40%;}
	.case_dt{padding-top: 40%;}
	.contact_dt{padding-top: 40%;}
	.contact_dd{margin-top: 1rem;}
	.contact_dd ul{display: block;}
	.contact_dd ul li{margin-bottom: 1rem;}
	.contact_dd ul li div{margin-top: 0.2rem; /* display: flex; align-items: center; */}
	.contact_dd ul li div em{font-size: 0.36rem;}
	.contact_dd ul li div h5{font-size: 0.48rem; line-height: 0.48rem; margin: 0;}
}


/*自适应公用部分*/
.ny_body{width: 80%; margin: 3em auto; text-align:left;font-size:16px; line-height:30px;}
.ny_main{background: #fff; margin: 0 auto; padding: 5%; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2); box-shadow: 0 0 15px rgba(0,0,0,0.2);}
.main{ width: 80%; margin:30px auto;}
.espcms_page{width: 80%; margin: 0 auto; position: relative;}
.espcms_news_title{margin: 50px auto; color:#666; text-align:center;padding-top:1%;}
.ny_biaoti28{font-size:2em; line-height:2em;}
.espcms_newslist_read{padding:0px 5px;}
.espcms_book{overflow: hidden; font-size:15px; margin:1em 0; border:1px solid #eee; padding:2em; background:#fff;line-height: 2em;color: #666; /*border-radius: 10px;*/}
.espcms_book img{width: auto; height: auto; margin: 0 auto;}
.se_date{ font-size:15px; line-height:28px;}
.miaoshu{width: 80%; margin:0 auto; background:#717572;font-size:18px; color:#fff; height:60px; line-height:60px; overflow: hidden; /*border-radius: 10px;*/}
.miaoshu span{padding-left: 2%;}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
	.ny_body{width: 92%; margin: 0.8rem auto; font-size:16px; line-height:30px;}
	.main{ width: 92%; margin: 0.8rem auto;}
	.miaoshu{width: 92%;}
	.espcms_page{width: 92%;}
	.espcms_book img{width: 100%; min-height: auto;}
	.espcms_newslist_read li{width: 100%;}
}


/*xiangguanneirong*/
.xiangguanneir{overflow:hidden;height:auto; margin:0 auto;width:100%;color:#ffffff; margin-bottom:40px;}
.espcms_piclist_slide18 {overflow: hidden;margin: 0 auto;width: 80%;}
.espcms_piclist_slide18 ul li{float: left;margin: 0 10px 5px 0;text-align: center;background:#fff;  position:relative;}
.espcms_piclist_slide18 li .pic { width:238px; height:auto; margin:0 auto;border: 1px #f3f4f7 solid;}
.espcms_piclist_slide18 li  .pic img { width:238px; height:180px;}
.espcms_piclist_slide18 li  p{ text-align:center; line-height:44px; font-size:14px;z-index:99;position:relative; background:#ececec }
.espcms_piclist_slide18 li  p a{ color:#444444; font-size:14px;}
.espcms_piclist_slide18 li  p a:hover{ color:#fff}
.espcms_piclist_slide18 li .case_more{ width:60px; margin:0 auto; height:18px; line-height:18px; text-align:center; color:#a9a9a9; font-size:12px; text-transform:uppercase; border:1px solid #604a32;z-index:99;position:relative}
.espcms_piclist_slide18 li .case_more a{ color:#604a32;}
.espcms_piclist_slide18 li .case_more div a{ color:#a9a9a9;}
.pro_btm_arrow {background: #666;line-height:40px;color:#fff;}

@media only screen and (max-width: 991px) {
	.espcms_piclist_slide18 {width: 92%;}
}


/*liuyan*/
.liu_r h3{ font-size:24px; color:#222; line-height:65px; text-transform:uppercase;text-align: center;}
.liu_r .liu_zi{ line-height:55px; font-size:18px; color:#3d3d3d; border-top:1px solid #ccc;  border-bottom:1px solid #ccc}
.liu_con .title{ display:none;}


/*liebiaoye*/
.se_video_con{ width: 80%; overflow:hidden;  position:relative; margin:50px auto 0 auto; }
.se_video_con li{ float:left; position:relative; width: 32%; overflow:hidden;top:100%; margin: 0 2% 25px 0; background:#f4f3f3}
.se_video_con li:nth-child(3n){margin: 0 0 25px 0;}
.se_video_con em{ font-style: normal; text-align:center; line-height:48px; width:420px; display:block; position:absolute; font-size:20px; color:#fff; font-weight:bold; z-index:3; bottom:0; background:rgba(0,0,0,0.4); right:0}
.se_video_con li { box-sizing:border-box; }	
.se_video_con li img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_video_con li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_video_con .line1 {position: absolute;left: 0; top: 0; width: 0; height: 4px; z-index: 99; background-color: #6bc235;}
.se_video_con .line2 { position: absolute; right: 0; bottom: 0; width: 4px; height: 0; z-index: 99; background-color: #6bc235;}
.se_video_con .line3 { position: absolute;right: 0; bottom: 0; width: 0; height: 4px; z-index: 99; background-color: #6bc235;}
.se_video_con .line4 { position: absolute; left: 0; top: 0; width: 4px; height: 0; z-index: 99; background-color: #6bc235;}
.se_video_con .cp_m{ width:100%; height:auto; position:relative; overflow: hidden; border: 1px solid #e1e1e1}
.se_video_con li:hover .cp_k{ bottom:-50px;}

@media only screen and (max-width: 991px) {
	.se_video_con{ width: 92%; margin: 0.8rem auto 0; }
	.se_video_con li{ width: 48%;}
	.se_video_con li:nth-child(2n){margin: 0 0 25px 0;}
	.se_video_con li:nth-child(3n){margin: 0 2% 25px 0;}
	.se_video_con .cp_k { line-height: 0.8rem; font-size: 0.36rem;}
}


/*fuwu*/
.ser_shili {width: 90%;margin: 0 auto;}
.ser_shili ul { width: 100%; }
.index_bottom { height: 150px; margin-top: 50px; width: 100%; background: url('../images/img/ser_bg.jpg') no-repeat; -webkit-background-size: cover; background-size: cover; background-attachment: fixed; padding: 70px 0 0; text-align: center;font-size:42px; color: #06422f;font-weight: bold}
.ser_lc {width:90%; padding: 0 0 40px 0; overflow: hidden;margin: 0 auto;margin-bottom: 60px;}
.ser_lc h3 { font-size: 40px; margin: 40px 0 10px 0; color: #636b64; text-align: center; }
.ser_lc p { text-align: center; font-size: 15px; margin-bottom: 20px; }
.ser_lc h4 { color: #000; font-weight: 600; font-size: 17px; padding: 4px 10px; width: 63%; margin: 15px auto 0; text-align: center; }
.ser_lc li { float: left; width:20%; background: url("../images/lc_line.png") no-repeat right 44%; }
.ser_lc li:last-child{background:rgba(0,0,0,0);}
.ser_lc li:hover{animation: dou 0.5s linear;}
.ser_lc li img { display: block; width: 60%; margin: 0 auto; text-align: center; }


/*表单*/
.espcms_form_group{ overflow: hidden; padding-bottom:10px;}
.control_label{float: left;width:15%;text-align: right;padding-right:10px;vertical-align:middle;font-size:14px;min-height: 1px;color:#333;line-height:34px;}
.control_label16{float: left;width:20%;text-align: right;padding-right:10px;vertical-align:middle;font-size:14px;min-height: 1px;color:#818181}
.control_label20{float: left;width:25%;text-align: right;padding-right:10px;vertical-align:middle;font-size:14px;min-height: 1px;color:#818181}
.control_required20{float: left;width:72%;}
.control_required{float: left; width:80%;}
.f_feed .control_required{float: left; width:100%;}
.control_required .form_message,.control_required20 .form_message{font-size:12px;color: #BABABA;height:30px;line-height:30px;padding-left:28px;}
.control_required .form_message2,.control_required20 .form_message2{font-size:12px;color: #CE5C36;height:30px;line-height:30px;padding-left:0px;}
.infoInput{margin: 0px;border:1px solid #d1dded; background:#fff; line-height:24px;width: 100%}
.infoInput:hover{margin: 0px;border:1px solid #bfbfbf;}
.f_feed .infoInput{margin: 0px;border:1px solid #1a7036; background:rgba(255,255,255,0.5)}
.f_feed .espcms_form_group{margin-right: 15px; float:left;overflow: hidden;}
.f_feed .control_label{ display:none; float: left; height:35px; width:15%;text-align: right;padding-right:10px;vertical-align:middle;font-size:14px;min-height: 1px;color:#333}
.f_feed select{ width:170px; height:35px;}
.f_feed input{ width:155px; height:35px; padding: 0 3px;}
.f_feed .control_required{  line-height:30px; }
.f_feed .pt20{ padding:30px 0 0 0;}
.f_feed .control_required{float: left;overflow: hidden;}
.f_feed .button.blue2 { color: #d9eef7; background: #df0f3b; } 
.f_feed .button.blue2:hover { background: #eb8d1b;color: #fff; } .button.blue2:active { color: #15a0d4; }


/*面包屑*/
.espcms_page_location{ width:100%;border-bottom:1px solid #ddd;margin: 0 auto;}
.espcms_page_location .s_width{width: 80%; margin: 0 auto; color: #666; padding: 30px 0; display: flex; justify-content: space-between; align-items: center; font-size: 16px;}
.breadcrumb{padding: 0; margin: 0; background: none;}

.ny_erjifl li{line-height: 32px; font-size: 20px; transition: all 0.5s; text-align: center; border-right: 1px solid rgba(0,0,0,0.2);}
.ny_erjifl li a{background: url("../images/hh.png") no-repeat left; color: #666; transition: all 0.5s; display: block; padding: 0 10px 0 36px;}
.ny_erjifl li:last-child{border:none;}
.ny_erjifl li:hover{background: #037b00;}
.ny_erjifl li:hover a{color: #fff; background: url("../images/hh1.png") no-repeat left;}

.inmbxll{display: flex;justify-content: flex-start;align-items: center;}
.inmbxll img{margin-right:3px;}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
	.espcms_page_location .s_width{padding: 0.3rem 0; font-size: 0.32rem; width: 92%;}
}


/*按钮色彩样式*/
.btn > .caret,.dropup > .btn > .caret {border-top-color: #000 !important;}
.btn{display: inline-block; padding: 6px 12px;margin-bottom: 0;font-size: 14px;font-weight: normal;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {outline: thin dotted;outline: 0px auto -webkit-focus-ring-color;outline-offset: -2px;}
.btn:hover,.btn:focus,.btn.focus {text-decoration: none;}
.btn:active,.btn.active {background-image: none;outline: 0;}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn {cursor: not-allowed;filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none;opacity: .65;}
a.btn.disabled,fieldset[disabled] a.btn {pointer-events: none;}

.btn-default {color: #333;background-color: #fff;border-color: #ccc;outline:0px}
.btn-default:focus,.btn-default.focus {color: #333;background-color: #e6e6e6;border-color: #8c8c8c;outline:0px}
.btn-default:hover {color: #333;background-color: #e6e6e6;border-color: #adadad;outline:0px}
.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {color: #333;background-color: #e6e6e6;border-color: #adadad;outline:0px}
.btn-default:active:hover,.btn-default.active:hover,.open > .dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open > .dropdown-toggle.btn-default:focus,.btn-default:active.focus,
.btn-default.active.focus,.open > .dropdown-toggle.btn-default.focus {color: #333;background-color: #e6e6e6;border-color: #adadad;}
.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {background-image: none;}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,
.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {background-color: #fff;border-color: #ccc;}
.btn-default .badge {color: #fff;background-color: #333;}

.btn-group,.btn-group-vertical {position: relative;display: inline-block;vertical-align: middle;}
.btn-group > .btn,.btn-group-vertical > .btn {position: relative;float: left;}
.btn-group > .btn:hover,.btn-group-vertical > .btn:hover,.btn-group > .btn:focus,.btn-group-vertical > .btn:focus,.btn-group > .btn:active,.btn-group-vertical > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn.active {z-index: 2;}
.btn-group .btn + .btn,.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group .btn-group + .btn-group {margin-left: -1px;}
.btn-toolbar {margin-left: -5px;}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {float: left;}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {margin-left: 5px;}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {border-radius: 0;}
.btn-group > .btn:first-child {margin-left: 0;}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {border-top-left-radius: 0;border-bottom-left-radius: 0;}
.btn-group > .btn-group {float: left;}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {border-radius: 0;}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {border-top-left-radius: 0;border-bottom-left-radius: 0;}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {outline: 0;}
.btn-group > .btn + .dropdown-toggle {padding-right: 8px;padding-left: 8px;}
.btn-group > .btn-lg + .dropdown-toggle {padding-right: 12px;padding-left: 12px;}
.btn-group.open .dropdown-toggle {-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);}
.btn-group.open .dropdown-toggle.btn-link {-webkit-box-shadow: none;box-shadow: none;}
.btn .caret {margin-left: 0;}

.form-control{width: 100%;border: 1px solid rgba(0,0,0,0.08);border-radius:4px;}
.espcms_page_botton{margin:30px auto;text-align: center;font-size:16px;color: #666;display: flex;justify-content: center;}
.col-sm-9{width:100%;margin-bottom: 10px;}
.form-control{width: 100%;height: 50px;}
.form-group{margin-bottom: 0;}
.swiper-pagination{position:fixed; right: 20px; top: 50%; z-index: 9999;}
.swiper-pagination span{display: block;margin:16px 0;}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
	.espcms_page_botton{display: block;}
	.swiper-pagination{right: 10px;}
	
}


.marquee2{width:685px; height: 410px; overflow: hidden;margin: 0 auto;}
.marquee2 ul{overflow: hidden;}
.marquee2 li{float: left;width:685px; height: 410px; position: relative; overflow: hidden;}
.marquee2 li a{width:685px;text-align: center;color:#343434;}
.marquee2_li{overflow: hidden;width:2055px!important;}
.marquee2_li img{width:685px;}
.pro_jiantou{position: absolute;  right:7%; z-index: 1; top: 30%; margin: 0 auto;}
.pro_jiantou_l{width: 60px; height: 155px; background: url("../images/jt_l0.png") no-repeat; cursor: pointer;}
.pro_jiantou_r{width: 60px; height: 155px; background: url("../images/jt_r0.png") no-repeat; cursor: pointer;}

.inde_fazhan{width: 100%; margin: 0 auto;padding:60px 0;background:#dde2ec;overflow: hidden;}
.inde_fzl{width: 1250px; margin: 0 auto; /*border-bottom: 1px solid rgba(0,0,0,0.4);*/ display:flex;justify-content: space-between; align-items: center;}
.inde_fzl_a{flex: 3;margin-right: 30px;}
.inde_fzl_b{flex: 1;border-left:1px solid rgba(0,0,0,0.4);text-align: center;}
.inde_fzl_a strong{font-size:42px;color: #333c4e;display:flex;align-items: center;}
.inde_fzl_a strong img{ height: auto;}
.inde_fzl_a strong p{font-size:24px;color:#595959; margin-left: 30px;}
.inde_fzl_b p{font-size:32px;color: #333c4e;display:flex;align-items: center;margin-bottom:0px;text-align: center;justify-content: center;font-weight: bold;}
.inde_fzl_b p img{margin-right: 10px;width:40px;height: auto;}
.inde_fzl_b em{font-family:Arial;font-weight: bold;font-size:88px;color:#333c4e;}
.inde_fzl_b span{font-size:24px;font-weight: normal;}
.inde_fzr{width: 1250px; margin: 0 auto;display:flex;justify-content: space-between;}
.inde_fzr li{flex: 1;height:160px;background:#5a6274;text-align: center;}
.inde_fzr li:nth-child(2), .inde_fzr li:nth-child(4){background:#333c4e;}
.inde_fzr li p{font-size:68px;font-family: Arial;font-weight:bold;color:#fff;margin-top: 22px;}
.inde_fzr li p span{font-size: 18px;}


/*indext_case*/
#focus_Box{position: relative; width:690px;}
#focus_Box ul{position: relative;}
#focus_Box li{z-index: 1; position: absolute; width: 0; height: 0; overflow: hidden;}
#focus_Box li a div{display: block; border: 8px #fff solid; overflow: hidden;}
#focus_Box li a p{font-size: 24px; color:#464647; text-align: center; margin-top: 20px;}
#focus_Box li div img{width: 100%; height: 100%; transition: 0.5s ease; -moz-transition: 0.5s ease; -webkit-transition: 0.5s ease;}
#focus_Box li:hover div img{transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
#focus_Box .left{right: 10px;color:#ce322a;}
#focus_Box .right{right: 10px;color: #797979;margin-top:56px}
#focus_Box .left, #focus_Box .right{display: block; z-index: 100; overflow: hidden; cursor: pointer; position: absolute; width: 50px; height: 50px; top: 190px; transition: 0.5s;background: #fff;border-radius:50%;text-align: center;line-height:50px;font-size:28px;}